home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / TweakManager.exe / 0 / RCDATA / TFRMFILEPROTECTION / TFRMFILEPROTECTION.txt
Text File  |  2008-10-30  |  2KB  |  118 lines

  1. object frmFileProtection: TfrmFileProtection
  2.   Left = 0
  3.   Top = 0
  4.   Width = 635
  5.   Height = 353
  6.   Font.Charset = DEFAULT_CHARSET
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   ParentFont = False
  12.   TabOrder = 0
  13.   object gbFileProtection: TGroupBox
  14.     Left = 16
  15.     Top = 1
  16.     Width = 605
  17.     Height = 176
  18.     Caption = 'gbFileProtection'
  19.     TabOrder = 0
  20.     object lblFileProtection: TAxLabel
  21.       Left = 24
  22.       Top = 30
  23.       Width = 550
  24.       Height = 75
  25.       WordWrap = True
  26.       Transparent = True
  27.       AutoSize = False
  28.       Caption = 'lblFileProtection'
  29.       ShowAccelChar = True
  30.     end
  31.     object cbFileScan: TCheckBox
  32.       Left = 24
  33.       Top = 116
  34.       Width = 550
  35.       Height = 17
  36.       Caption = 'cbFileScan'
  37.       TabOrder = 0
  38.       OnClick = OnItemClick
  39.     end
  40.     object cbHideProgress: TCheckBox
  41.       Left = 24
  42.       Top = 138
  43.       Width = 550
  44.       Height = 17
  45.       Caption = 'cbHideProgress'
  46.       TabOrder = 1
  47.       OnClick = OnItemClick
  48.     end
  49.   end
  50.   object gbDirQuota: TGroupBox
  51.     Left = 16
  52.     Top = 186
  53.     Width = 605
  54.     Height = 150
  55.     Caption = 'gbDirQuota'
  56.     TabOrder = 1
  57.     object lblDirQuote: TAxLabel
  58.       Left = 24
  59.       Top = 30
  60.       Width = 550
  61.       Height = 49
  62.       OnLinkClick = lblDirQuoteLinkClick
  63.       LinkColor = 14509568
  64.       LinkSelectedColor = 14522624
  65.       WordWrap = True
  66.       Transparent = True
  67.       AutoSize = False
  68.       Caption = 'lblDirQuote'
  69.       ShowAccelChar = True
  70.     end
  71.     object lblStart: TAxLabel
  72.       Left = 24
  73.       Top = 92
  74.       Width = 32
  75.       Height = 16
  76.       WordWrap = False
  77.       Transparent = True
  78.       Caption = '100'#1052
  79.       ShowAccelChar = True
  80.     end
  81.     object lblValue: TAxLabel
  82.       Left = 59
  83.       Top = 88
  84.       Width = 286
  85.       Height = 16
  86.       WordWrap = False
  87.       Alignment = taCenter
  88.       Transparent = True
  89.       AutoSize = False
  90.       Caption = 'lblValue'
  91.       ShowAccelChar = True
  92.     end
  93.     object lblEnd: TAxLabel
  94.       Left = 341
  95.       Top = 92
  96.       Width = 39
  97.       Height = 16
  98.       WordWrap = False
  99.       Alignment = taRightJustify
  100.       Transparent = True
  101.       Caption = '1000M'
  102.       ShowAccelChar = True
  103.     end
  104.     object tbDirQuota: TTrackBar
  105.       Left = 19
  106.       Top = 111
  107.       Width = 366
  108.       Height = 25
  109.       Max = 1000
  110.       Min = 100
  111.       Frequency = 50
  112.       Position = 400
  113.       TabOrder = 0
  114.       OnChange = tbDirQuotaChange
  115.     end
  116.   end
  117. end
  118.